home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1998 February
/
Designer's Club 1998 February.iso
/
mac
/
Idea Source
/
GALLERY.DIR
/
00010_Hide em tomatoes.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-12-22
|
212 b
|
10 lines
on mouseDown
puppetSound(2, "squish")
repeat while the mouseDown
set the visible of sprite the clickOn to 0
updateStage()
end repeat
set the visible of sprite the clickOn to 1
updateStage()
end